读知识>英语词典>numeric string翻译和用法

numeric string

英 [nju(ː)ˈmɛrɪk strɪŋ]

美 [nuˈmɛrɪk strɪŋ]

网络  数字字符串; 数值字数

计算机

双语例句

  • NUMERIC_STRING is another column option that affects performance.
    NUMERICSTRING是另一个对性能有影响的列选项。
  • Next, the built-in string() function converts the numeric result back to a string, which the key-mapping's
    接下来,内置string()函数将数值结果转换回一个字符串,键映射的
  • Returns a numeric code for the first character in a text string, in the character set used by your computer
    返回字符串第一个字符在本机所用字符集中的数字代码
  • Hence the final result would be a node-set containing two value elements named& USPrice, where both hold a numeric value in the form of a string literal.
    因此,最终结果应该是一个包含两个值元素named-USPrice的节点集,这两个元素都存有字符串参数形式的数值。
  • In VB2.0 and higher version, Variant is a default data type. The Variant is a special data type of Visual Basic that can contain numeric, string, or date data types. A Variant can also contain the special values Empty, Error, and Null.
    Variant是VB2.0及其以后版本的缺省数据类型,它是VB中的一种特殊的数据类型,可以包含数值、字符串或日期数据,还可以包含特殊数值Empty、Error及Null等。
  • The inner query accesses the "upcoming. country" data table to retrieve the numeric ID corresponding to the country string entered by the user.
    内部查询访问“upcoming.country”数据表以便检索与用户输入的国家/地区字符串相对应的数字ID。
  • Returns a numeric code for the first character in a text string
    返回文本串中第一个字符的数字代码
  • Numeric values can be formatted with a format string as shown in the example.
    可以使用下面示例中所示的格式字符串格式化数值。
  • If you are formatting a nonlocalized numeric string, you should use a user-defined numeric format to ensure that you get the look you want.
    如果格式化未本地化的数值字符串,则应使用用户定义的数值格式,以确保获得想要的外观。
  • That a Person's age is a numeric field and cannot be compared against a String.
    的签名和Person.age的类型可以确定Person的age属性是一个数字字段,不能与String进行比较。